home *** CD-ROM | disk | FTP | other *** search
/ Meeting Pearls 1 / Meeting Pearls Vol 1 (1994).iso / installed_progs / util / archiver / pplib / glue / dice / dmakefile next >
Encoding:
Makefile  |  1993-09-28  |  338 b   |  15 lines

  1. #
  2. # Please change the path of HEADER and FD to where you
  3. # keep the files.
  4. #
  5. # Please make sure that all headers are copied in the
  6. # DINCLUDE: directory!
  7. #
  8.  
  9. HEADER  =   DINCLUDE:clib/powerpacker_protos.h
  10. FD      =   FD:powerpacker_lib.fd
  11.  
  12. all:
  13.     fdtolib $(FD) -o powerpackers.lib
  14.     fdtolib $(FD) -h $(HEADER) -o powerpackersr.lib -mr
  15.